home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / cad / vm120.zip / VMASTER.DOC < prev    next >
Text File  |  1992-05-05  |  5KB  |  106 lines

  1. Varmaster 1.2 documentation **
  2. ** Copyright (c) 1992, Snappy Software **
  3.  
  4. With Varmaster, you can say goodbye to all of those confusing system
  5. variables in AutoCAD. Even the dimensioning variables are explained!
  6. New users of AutoCAD are often confused by the more than one hundred
  7. system variables. Some of the variables are made just for programmers.
  8. The rest are made for AutoCAD end users and that is what this program
  9. is all about.
  10.  
  11. The installation of Varmaster is very simple. First, copy the files
  12. VM.LSP and VMASTER.EXE to your AutoCAD subdirectory. Next, modifica-
  13. tions must be made to your ACAD.PGP and ACAD.LSP files. To make the
  14. changes, manually add the following to your ACAD.LSP file:
  15.  
  16. (DEFUN C:VM()(LOAD "path/VM"))
  17.                   └─────┬─────┘
  18.                         │
  19.                         └─── UPDATE THIS TO INCLUDE THE PATH TO WHERE
  20.                              THE LISP ROUTINE IS LOCATED. USE FORWARD
  21.                              SLASHES (/) INSTEAD OF BACKSLASHES (\).
  22.  
  23. If your ACAD.LSP file is protected or you can't modify it, VARMASTER
  24. can be started at the command prompt by typing: (LOAD "path/VM").
  25.  
  26. Add the following line to your ACAD.PGP file:
  27.  
  28. VMASTER,VMASTER,127000,,4
  29.  
  30. Note: Adding this line assumes that you placed VMASTER.EXE in a
  31. subdirectory that is included in your path. If not, either add the
  32. subdirectory to your path or move the file to a subdirectory in the
  33. path.
  34.  
  35. Using Varmaster is very easy. From the command prompt, type: VM and
  36. press <return>. AutoCAD will flip to the text screen and Varmaster
  37. will pop up on the screen. The screen consists of three sections.
  38.  
  39. At the top of the screen is the status section. This contains the
  40. time, the date, the current variable, and the value of the current
  41. variable.
  42.  
  43. The section on the right contains the list of variables. Most of the
  44. variables in Release 11 are represented. Some of the variables are
  45. read-only. This means that the variable may be read, but not changed.
  46. To select a variable to obtain help for, highlight the variable by
  47. using the up and down arrow keys or the mouse. When you have the
  48. highlight bar over the variable, press <return> or the first button
  49. on the mouse. The help screen on the left will provide help for the
  50. variable.
  51.  
  52. To change the value of a variable, simply pick the variable twice or
  53. double-click the first mouse button on the variable. An editing
  54. window will appear in the middle of the screen. The existing value
  55. will appear as the default. The window will remain until a legal
  56. value is input. Press <return> when finished.
  57.  
  58. The options menu of Varmaster is located at the top of the variable
  59. list. The HELP option will pop up a help screen. Press any key to
  60. clear the help screen. The QUIT option exits without saving any of
  61. changes made to variables. The END option exits and updates the
  62. variables upon entering AutoCAD. The INFO option pops up an informa-
  63. tion window concerning Varmaster.
  64.  
  65. Varmaster now has a new handy index feature. To use this, simply
  66. pick the INDEX option from the menu. An index will appear on the
  67. screen. Find the subject you're interested in and pick it. The
  68. index will automatically take you to the correct variable.
  69.  
  70. Varmaster requires version AutoCAD 11/386 to run. This program is
  71. being released under the shareware system. If you enjoy this program
  72. and use it, please send $30 and the enclosed order form.
  73. ________________________________________________________________________________
  74.  
  75.                           ***** ORDER FORM *****
  76.                        *****  Varmaster 1.2  *****
  77.  
  78.   Name                                                  Date
  79.            ----------------------------------------           -------------
  80.   Address
  81.            ----------------------------------------------------------------
  82.   Address
  83.            ----------------------------------------------------------------
  84.   City / State/ Zip
  85.                     -------------------------------------------------------
  86. ________________________________________________________________________________
  87.  
  88.   Number of copies of Varmaster 1.2 :                          ____________
  89.  
  90.   at $30 each for a total of :                                 ____________
  91.  
  92. ________________________________________________________________________________
  93.  
  94.   Disk size - Check one:       5.25" - 360k ______   3.5" - 720k ______
  95.  
  96. ________________________________________________________________________________
  97.  
  98.   Make checks or money orders payable to Michael Jenkins.
  99.  
  100.   All orders are shipped within one week of receipt.
  101.  
  102.   Send completed order form with payment to:    Snappy Software
  103.                                                 P.O. Box 731
  104.                                                 Lexington, KY 40586
  105.  
  106.